Student Information System - October 2017

• An ASP.Net system that uses MVC controllers that interacts with clients via routes and verbs.
• Razor was used to embed C# into the HTML pages to begin forms, create action links, and displaying model information for the web pages.
• Validation was used in data annotations and the IValidateable object.

View the code


Home page for the Student Information System. Access to student and admin sections via a shared view.


In the the student section, you can add, edit, view, and remove students. When editing the student Id is passed through using HTML helpers so that the students information is loaded into the edit view with fields that show the studens information.


Admin functions in action. As an admin you can add, delete, edit and view users/vehicles/specials. These options are not available as a regular user and limited as an employee. User authentication is done in the views.